home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00192_Script_192
< prev
next >
Wrap
Text File
|
1995-06-01
|
2KB
|
45 lines
on mouseDown
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "credits/disc" = " Jim Collins, Smoke & Mirrors [image]" then
hilite line thisLine of field "credits/disc"
puppetSound "add a movie"
set the puppet of sprite 36 = true
set the visibility of sprite 36 = true
set the castnum of sprite 36 = the number of cast "S&M"
updatestage
end if
if line thisLine of field "credits/disc" = " Mark OÆHara [image], David Jacobs, and Amy Shelton" then
hilite line thisLine of field "credits/disc"
puppetSound "add a movie"
set the puppet of sprite 36 = true
set the visibility of sprite 36 = true
set the castnum of sprite 36 = the number of cast "skiptronics"
updatestage
end if
if line thisLine of field "credits/disc" = "Made with MacroMedia [image]" then
--hilite line thisLine of field "credits/disc"
puppetSound "add a movie"
set the puppet of sprite 36 = true
set the visibility of sprite 36 = true
set the castnum of sprite 36 = the number of cast "MWM"
updatestage
end if
if line thisLine of field "credits/disc" = "This CD-ROM uses QuickTimeÖ [image]" then
--hilite line thisLine of field "credits/disc"
puppetSound "add a movie"
set the puppet of sprite 36 = true
set the visibility of sprite 36 = true
set the castnum of sprite 36 = the number of cast "QuickTime"
updatestage
end if
end
on mouseUp
set the puppet of sprite 36 = false
set the visibility of sprite 36 = false
updatestage
end